ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / IsSynchronized Property

In This Topic
    IsSynchronized Property (PagesCollection<T>)
    In This Topic
    Gets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe).
    Syntax
    'Declaration
     
    Public ReadOnly Property IsSynchronized As Boolean
    public bool IsSynchronized {get;}

    Property Value

    true if this instance is synchronized; otherwise, false.
    See Also